2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow):
+ Don't swap the order of the args to gtk_widget_destroyed.
+
* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.
/* NULL window variable when window is closed */
g_signal_connectc (G_OBJECT (window), "destroy",
G_CALLBACK (gtk_widget_destroyed),
- &window, TRUE);
+ &window, FALSE);
table = gtk_table_new (1, 4, FALSE);